home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / sbus / char / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  546 b   |  19 lines

  1. #
  2. # Makefile for the kernel miscellaneous SPARC device drivers.
  3. #
  4. # Dave Redman Frame Buffer tuning support.
  5. #
  6. # 7 October 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
  7. # Rewritten to use lists instead of if-statements.
  8. #
  9.  
  10. bbc-objs := bbc_i2c.o bbc_envctrl.o
  11.  
  12. obj-$(CONFIG_ENVCTRL)            += envctrl.o
  13. obj-$(CONFIG_DISPLAY7SEG)        += display7seg.o
  14. obj-$(CONFIG_OBP_FLASH)            += flash.o
  15. obj-$(CONFIG_SUN_OPENPROMIO)        += openprom.o
  16. obj-$(CONFIG_TADPOLE_TS102_UCTRL)    += uctrl.o
  17. obj-$(CONFIG_SUN_JSFLASH)        += jsflash.o
  18. obj-$(CONFIG_BBC_I2C)            += bbc.o
  19.